Telegram Group & Telegram Channel
​​«Появились картинки, которые выводят Android-смартфоны из строя»

Эта новость завирусилась в куче телеграмм каналов, техноблогов, а началось все с поста в твитер.

 На некоторых андроид устройствах эта картинка крашит телефон

Вот ссылка на картинку: https://drive.google.com/file/d/11rxzYvPcIOh_8GvS4XSC3YtbW3CecE-O/view

Проблема, скорее всего, в невозможности представить некоторые цвета в RGB цветовой модели.

Баг уже был зарепорчен в android support и было написано решение.

 int y = Color.red(pixel) + Color.green(pixel) + Color.blue(pixel);
Стало
 int y = Color.red(pixel) + Color.green(pixel) + Color.blue(pixel);
if (y > 255) y = 255;

Пока разработчики ответили что решат проблемы самостоятельно.

Что думаете по поводу такого формата?
Чат - https://www.tg-me.com/in/Dev Tools/com.developer_tools_chat



tg-me.com/developer_tools/271
Create:
Last Update:

​​«Появились картинки, которые выводят Android-смартфоны из строя»

Эта новость завирусилась в куче телеграмм каналов, техноблогов, а началось все с поста в твитер.

 На некоторых андроид устройствах эта картинка крашит телефон

Вот ссылка на картинку: https://drive.google.com/file/d/11rxzYvPcIOh_8GvS4XSC3YtbW3CecE-O/view

Проблема, скорее всего, в невозможности представить некоторые цвета в RGB цветовой модели.

Баг уже был зарепорчен в android support и было написано решение.

 int y = Color.red(pixel) + Color.green(pixel) + Color.blue(pixel);
Стало
 int y = Color.red(pixel) + Color.green(pixel) + Color.blue(pixel);
if (y > 255) y = 255;

Пока разработчики ответили что решат проблемы самостоятельно.

Что думаете по поводу такого формата?
Чат - https://www.tg-me.com/in/Dev Tools/com.developer_tools_chat

BY Dev Tools


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/developer_tools/271

View MORE
Open in Telegram


Dev Tools Telegram | DID YOU KNOW?

Date: |

How To Find Channels On Telegram?

There are multiple ways you can search for Telegram channels. One of the methods is really logical and you should all know it by now. We’re talking about using Telegram’s native search option. Make sure to download Telegram from the official website or update it to the latest version, using this link. Once you’ve installed Telegram, you can simply open the app and use the search bar. Tap on the magnifier icon and search for a channel that might interest you (e.g. Marvel comics). Even though this is the easiest method for searching Telegram channels, it isn’t the best one. This method is limited because it shows you only a couple of results per search.

Can I mute a Telegram group?

In recent times, Telegram has gained a lot of popularity because of the controversy over WhatsApp’s new privacy policy. In January 2021, Telegram was the most downloaded app worldwide and crossed 500 million monthly active users. And with so many active users on the app, people might get messages in bulk from a group or a channel that can be a little irritating. So to get rid of the same, you can mute groups, chats, and channels on Telegram just like WhatsApp. You can mute notifications for one hour, eight hours, or two days, or you can disable notifications forever.

Dev Tools from in


Telegram Dev Tools
FROM USA